GraphicPropertiesMirror Property
Specifies whether an image is mirrored before it is displayed. The mirroring can be vertical or horizontal or both.
The defined values for are:
- none: image should not be mirrored before being displayed.
- horizontal: image should be mirrored horizontally before being displayed.
- horizontal-on-even: image should be mirrored horizontally on even numbered pages before being displayed.
- horizontal-on-odd: image should be mirrored horizontally on odd numbered pages before being displayed.
- vertical: image should be mirrored vertically before being displayed.
Namespace: Independentsoft.Office.Odf.StylesAssembly: Independentsoft.Calc (in Independentsoft.Calc.dll) Version: 3.0.520.1+c6c593d5629a051e0af021b238c5d69d764f9686
public string Mirror { get; set; }
Public Property Mirror As String
Get
Set
Property Value
String